Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix codeassist in sample json plugin #1450

Merged
merged 1 commit into from
Jun 9, 2016
Merged

Fix codeassist in sample json plugin #1450

merged 1 commit into from
Jun 9, 2016

Conversation

ashumilova
Copy link
Contributor

Signed-off-by: Ann Shumilova ashumilova@codenvy.com

@ashumilova
Copy link
Contributor Author

@azatsarynnyy, @edgarmueller please give a look

@azatsarynnyy
Copy link
Member

LGTM

@@ -31,7 +30,7 @@ public JsonExampleEditorConfiguration(@Assisted final TextEditor editor,
final JsonExampleCodeAssistProcessorFactory codeAssistProcessorFactory) {
codeAssist = new LinkedHashMap<>();
JsonExampleCodeAssistProcessor codeAssistProcessor = codeAssistProcessorFactory.create(editor);
codeAssist.put(DEFAULT_CONTENT_TYPE, codeAssistProcessor);
codeAssist.put(DocumentPartitioner.DEFAULT_CONTENT_TYPE, codeAssistProcessor);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch 👍

@codenvy-ci
Copy link

@benoitf
Copy link
Contributor

benoitf commented Jun 8, 2016

what is target milestone for this pull request ? 4.3 ?

@slemeur
Copy link
Contributor

slemeur commented Jun 9, 2016

4.3 for this.Thanks

Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
@ashumilova ashumilova reopened this Jun 9, 2016
@ashumilova ashumilova merged commit 80ae941 into master Jun 9, 2016
@ashumilova ashumilova deleted the fix_codeassist branch June 9, 2016 08:49
@codenvy-ci
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants